type github.com/refraction-networking/utls.sortableCiphers
6 uses
github.com/refraction-networking/utls (current package)
u_parrots.go#L3182: ciphers := make(sortableCiphers, len(cipherSuites))
u_parrots.go#L3199: type sortableCiphers []sortableCipher
u_parrots.go#L3201: func (ciphers sortableCiphers) Len() int {
u_parrots.go#L3205: func (ciphers sortableCiphers) Less(i, j int) bool {
u_parrots.go#L3215: func (ciphers sortableCiphers) Swap(i, j int) {
u_parrots.go#L3219: func (ciphers sortableCiphers) GetCiphers() []uint16 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |